github.com/andybalholm/brotli.contextBlockSplitter.histograms_ (field)

7 uses

	github.com/andybalholm/brotli (current package)
		metablock.go#L281: 	histograms_        []histogramLiteral
		metablock.go#L322: 	self.histograms_ = *histograms
		metablock.go#L325: 	clearHistogramsLiteral(self.histograms_[0:], num_contexts)
		metablock.go#L339: 	var histograms []histogramLiteral = self.histograms_
		metablock.go#L362: 			clearHistogramsLiteral(self.histograms_[self.curr_histogram_ix_:], self.num_contexts_)
		metablock.go#L407: 				clearHistogramsLiteral(self.histograms_[self.curr_histogram_ix_:], self.num_contexts_)
		metablock.go#L465: 	histogramAddLiteral(&self.histograms_[self.curr_histogram_ix_+context], symbol)